rsc.io/qr.pngWriter.crc (field)
7 uses
rsc.io/qr (current package)
png.go#L32: crc hash.Hash32
png.go#L72: if w.crc == nil {
png.go#L73: w.crc = crc32.NewIEEE()
png.go#L77: w.crc.Reset()
png.go#L80: w.crc.Write(w.wctmp[0:4])
png.go#L82: w.crc.Write(data)
png.go#L83: crc := w.crc.Sum32()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |